home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 07r.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  365 b   |  16 lines

  1. on mouseDown
  2.   global gMemoState
  3.   quickSwitch("buttonSound")
  4.   if the type of sprite 35 <> 0 then
  5.     if gMemoState = 0 then
  6.       set the visible of sprite 19 to 0
  7.       set the movieRate of sprite 35 to 0
  8.       gMemoState = 1
  9.     else
  10.       set the visible of sprite 19 to 1
  11.       set the movieRate of sprite 35 to 1
  12.       gMemoState = 0
  13.     end if
  14.   end if
  15. end
  16.